home *** CD-ROM | disk | FTP | other *** search
/ .net (French) 1996 December / .net Magazine (FR) - Issue 02 - Dec 1996.iso / Utilpers / SUPERQUE / DATA.2 / FILTERS / PSINIT / FONTMAP next >
Text File  |  1995-11-15  |  14KB  |  372 lines

  1. %    Copyright (C) 1990, 1992, 1993 Aladdin Enterprises.  All rights reserved.
  2. %    Licensed to Zenographics Inc. (Irvine, California) by Artifex Software Inc.
  3. %    under the OEM Agreement of December 21st, 1993.
  4.  
  5. % fontmap aka Fontmap - standard font catalog for Ghostscript.
  6.  
  7. % ----------------------------------------------------------------
  8.  
  9. % This file is a catalog of fonts known to Ghostscript.  Any font
  10. % that is to be loaded automatically when named must be in this catalog,
  11. % except for fonts that Ghostscript finds automatically in directories
  12. % named in the GS_FONTPATH environment variable.
  13.  
  14. % Each font has an entry consisting of three items:
  15. %
  16. %    - The name by which the font is known inside Ghostscript
  17. %    (a Ghostscript name preceded by a `/', or a string enclosed
  18. %    in parentheses).  This is used to find the file from which
  19. %    a font of a given name should be loaded.
  20. %
  21. %    - Information depending on whether this is a real font or a
  22. %    font alias:
  23. %
  24. %        - For real fonts, the name of the Ghostscript font
  25. %        file (a Ghostscript string, enclosed in parentheses).
  26. %        The filename should include the extension, which (by
  27. %        convention) is `.gsf'.  `.pfa' and `.pfb' files are
  28. %        also usable as fonts for Ghostscript.
  29. %
  30. %        - For font aliases, the name of the font which should
  31. %        be used when this one is requested, preceded by a
  32. %        `/'.  See the entry for Charter below for an example.
  33. %        Note that an alias name cannot be enclosed in parentheses.
  34. %
  35. %    - At least one space or tab, and a terminating semicolon.
  36.  
  37. % Because of limitations in the MS-DOS environment, Ghostscript font
  38. % file names must be no more than 8 characters long, must consist only
  39. % of LOWER CASE letters, digits, and underscores, and must start with a
  40. % letter.  Font names, on the other hand, need only obey the syntax of
  41. % names in the Ghostscript language, which is much more liberal.
  42.  
  43. % Most of the Ghostscript fonts were created automatically from freely
  44. % available bitmaps.  There is a makefile (fonts.mak) that specifies
  45. % how this conversion was done.  fonts.mak also specifies, for each such
  46. % converted font, its uniqueID (an integer used to identify distinct fonts
  47. % within the Ghostscript font machinery), and its encoding (the mapping
  48. % from character codes in a string to character names).  For more detailed
  49. % information, read fonts.mak.
  50.  
  51. % The following table is actually a Ghostscript data structure.
  52. % If you add new entries, be sure to copy the punctuation accurately;
  53. % in particular, you must leave at least one space or tab between each
  54. % field in the entry.  Also, please read fonts.doc for important information
  55. % about font names.
  56.  
  57. % Note that .pfa and .pfb fonts are compatible with Adobe Type Manager
  58. % and other programs that don't include full PostScript interpreters,
  59. % as well as with PostScript interpreters; .gsf fonts are compatible with
  60. % PostScript interpreters, but not with ATM or similar programs.
  61.  
  62. % Fonts converted from bitmaps.
  63.  
  64. /AvantGarde-Book        (pagk.gsf)    ;
  65. /AvantGarde-BookOblique        (pagko.gsf)    ;
  66. /AvantGarde-Demi        (pagd.gsf)    ;
  67. /AvantGarde-DemiOblique        (pagdo.gsf)    ;
  68.  
  69. /Bookman-Light            (pbkl.gsf)    ;
  70. /Bookman-LightItalic        (pbkli.gsf)    ;
  71. /Bookman-Demi            (pbkd.gsf)    ;
  72. /Bookman-DemiItalic        (pbkdi.gsf)    ;
  73.  
  74. % The converted Bitstream Charter fonts have been replaced by Type 1 fonts
  75. % contributed to the X11R5 distribution; see below.
  76. %/Charter-Roman            (bchr.gsf)    ;
  77. %/Charter-Italic        (bchri.gsf)    ;
  78. %/Charter-Bold            (bchb.gsf)    ;
  79. %/Charter-BoldItalic        (bchbi.gsf)    ;
  80.  
  81. % The converted Courier fonts have been replaced by Type 1 fonts
  82. % contributed to the X11R5 distribution; see below.
  83. %/Courier            (pcrr.gsf)    ;
  84. %/Courier-Oblique        (pcrro.gsf)    ;
  85. %/Courier-Bold            (pcrb.gsf)    ;
  86. %/Courier-BoldOblique        (pcrbo.gsf)    ;
  87. % Quite a few PostScript files reference Courier-Oblique rather than
  88. % Courier-Italic, so we need some aliases here.
  89. /Courier-Oblique        /Courier-Italic        ;
  90. /Courier-BoldOblique        /Courier-BoldItalic    ;
  91.  
  92. /Helvetica            (phvr.gsf)    ;
  93. /Helvetica-Oblique        (phvro.gsf)    ;
  94. /Helvetica-Bold            (phvb.gsf)    ;
  95. /Helvetica-BoldOblique        (phvbo.gsf)    ;
  96. % We don't have a full set of Helvetica-Narrow....
  97. /Helvetica-Narrow        (phvrrn.gsf)    ;
  98.     /Helvetica-Narrow-Bold        /Helvetica-Narrow    ;
  99.  
  100. /NewCenturySchlbk-Roman        (pncr.gsf)    ;
  101. /NewCenturySchlbk-Italic    (pncri.gsf)    ;
  102. /NewCenturySchlbk-Bold        (pncb.gsf)    ;
  103. /NewCenturySchlbk-BoldItalic    (pncbi.gsf)    ;
  104.  
  105. /Palatino-Roman            (pplr.gsf)    ;
  106. /Palatino-Italic        (pplri.gsf)    ;
  107. /Palatino-Bold            (pplb.gsf)    ;
  108. /Palatino-BoldItalic        (pplbi.gsf)    ;
  109.  
  110. /Symbol                (psyr.gsf)    ;
  111.  
  112. /Times-Roman            (ptmr.gsf)    ;
  113. /Times-Italic            (ptmri.gsf)    ;
  114. /Times-Bold            (ptmb.gsf)    ;
  115. /Times-BoldItalic        (ptmbi.gsf)    ;
  116.  
  117. /ZapfChancery            (zcr.gsf)    ;
  118. /ZapfChancery-Oblique        (zcro.gsf)    ;
  119. /ZapfChancery-Bold        (zcb.gsf)    ;
  120. % Some PostScript files reference the MediumItalic font....
  121. /ZapfChancery-MediumItalic    /ZapfChancery-Oblique    ;
  122.  
  123. /ZapfDingbats            (pzdr.gsf)    ;
  124.  
  125.  
  126. %
  127. % Type 1 fonts contributed to the X11R5 distribution.
  128. %
  129.  
  130. % The following notice accompanied the Charter fonts.
  131. %
  132. % (c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA.
  133. %
  134. % You are hereby granted permission under all Bitstream propriety rights
  135. % to use, copy, modify, sublicense, sell, and redistribute the 4 Bitstream
  136. % Charter (r) Type 1 outline fonts and the 4 Courier Type 1 outline fonts
  137. % for any purpose and without restriction; provided, that this notice is
  138. % left intact on all copies of such fonts and that Bitstream's trademark
  139. % is acknowledged as shown below on all unmodified copies of the 4 Charter
  140. % Type 1 fonts.
  141. %
  142. % BITSTREAM CHARTER is a registered trademark of Bitstream Inc.
  143.  
  144. % The Bitstream Charter fonts have different names (CharterBT-
  145. % instead of Charter-), but Ghostscript doesn't care.
  146. /Charter-Roman            (bchr.pfa)    ;
  147. /Charter-Italic            (bchri.pfa)    ;
  148. /Charter-Bold            (bchb.pfa)    ;
  149. /Charter-BoldItalic        (bchbi.pfa)    ;
  150.  
  151. % The following notice accompanied the Courier font:
  152. %
  153. %   IBM Courier - Copyright (c) IBM Corporation 1990, 1991
  154. %
  155. %   You are hereby granted permission under the terms of the IBM/MIT X
  156. %   Consortium Courier Typefont agreement to execute, reproduce,
  157. %   distribute, display, market, sell and otherwise transfer copies of
  158. %   the IBM Courier font to third parties.
  159. %
  160. %   The font is provided "AS IS" without charge.  NO WARRANTIES OR
  161. %   INDEMNIFICATION ARE GIVEN, WHETHER EXPRESS OR IMPLIED INCLUDING, BUT
  162. %   LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  163. %   A PARTICULAR PURPOSE.
  164.  
  165. /Courier        (ncrr.pfa)    ;
  166. /Courier-Italic        (ncrri.pfa)    ;
  167. /Courier-Bold        (ncrb.pfa)    ;
  168. /Courier-BoldItalic    (ncrbi.pfa)    ;
  169.  
  170. % The following notice accompanied the Utopia font:
  171. %
  172. %   Permission to use, reproduce, display and distribute the listed
  173. %   typefaces is hereby granted, provided that the Adobe Copyright notice
  174. %   appears in all whole and partial copies of the software and that the
  175. %   following trademark symbol and attribution appear in all unmodified
  176. %   copies of the software:
  177. %
  178. %           Copyright (c) 1989 Adobe Systems Incorporated
  179. %           Utopia (R)
  180. %           Utopia is a registered trademark of Adobe Systems Incorporated
  181. %
  182. %   The Adobe typefaces (Type 1 font program, bitmaps and Adobe Font
  183. %   Metric files) donated are:
  184. %
  185. %           Utopia Regular
  186. %           Utopia Italic
  187. %           Utopia Bold
  188. %           Utopia Bold Italic
  189.  
  190. /Utopia-Regular        (putr.pfa)    ;
  191. /Utopia-Italic        (putri.pfa)    ;
  192. /Utopia-Bold        (putb.pfa)    ;
  193. /Utopia-BoldItalic    (putbi.pfa)    ;
  194.  
  195. %
  196. % Fonts contributed by URW GmbH for distribution under the GNU License.
  197. % The following notice accompanied these fonts:
  198. %
  199. % N019003L Nimbus Sans L Regular PostScript Type 1 Font Program
  200. % N021003L Nimbus Roman No9 L Regular PostScript Type 1 Font Program
  201. % U004006T URW Grotesk 2031 Bold PostScript Type 1 Font Program
  202. % U003043T URW Antiqua 2051 Regular Condensed PostScript Type 1 Font Program
  203. %
  204. % Copyright (c) 1992 URW GmbH, Hamburg, Germany
  205. %
  206. % This program is free software; you can redistribute it and/or modify
  207. % it under the terms of the GNU General Public License as published by
  208. % the Free Software Foundation; either version 2 of the License, or
  209. % (at your option) later version.
  210. %
  211. % This program is distributed in the hope that it will be useful,
  212. % but WITHOUT ANY WARRANTY; wihtout even the implied warranty of
  213. % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  214. % See the GNU General Public License for more details.
  215. %
  216. % You should have received a copy of the GNU General Public License
  217. % along with this program; if not, write to the Free Software
  218. % Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  219. %
  220. % Address:
  221. % URW GmbH
  222. % PC Support
  223. % Harksheider Strasse 102
  224. % 2000 Hamburg 65
  225. % Germany
  226. % Phone: +49 40 60 60 50       (Reception)
  227. % Phone: +49 40 60 60 52 30   (PC Support)
  228. % Fax    : +49 40 60 60 52 52
  229. %
  230.  
  231. % Nimbus Sans L Regular is a good work-alike for Helvetica:
  232. /Helvetica            /NimbusSansL-Regular    ;
  233. /NimbusSansL-Regular        (n019003l.gsf)    ;
  234. % Nimbus Roman No9 L Regular is a good work-alike for Times Roman:
  235. /Times-Roman            /NimbusRomanNo9L-Regular    ;
  236. /NimbusRomanNo9L-Regular    (n021003l.gsf)    ;
  237. % The other fonts don't correspond to any in the base set of 35....
  238. /URWAntiquaT-RegularCondensed    (u003043t.gsf)    ;
  239. /URWGroteskT-Bold        (u004006t.gsf)    ;
  240.  
  241. %
  242. % Shareware Kana fonts.  These are subject to the following notice:
  243. %
  244. % These copyrighted fonts were developed by Kevin Hartig. Permission is
  245. % granted to freely distribute them in entirety along with this statement.
  246. % This is shareware. If you decide to use these fonts please contribute
  247. % $10 US to help support further freeware and shareware software development.
  248. % Questions and comments may be sent to:
  249. %
  250. % hartig@fsl.noaa.gov
  251. % khartig@nyx.cs.du.edu
  252. %
  253. % Kevin Hartig
  254. % 1126 Collyer Street
  255. % Longmont, CO 80501 USA
  256. % copyright 1993.
  257.  
  258. % Hiragana and Katakana fonts.  The character names are inappropriate,
  259. % and the encoding is probably not related to any known standard.
  260.  
  261. /Calligraphic-Hiragana        (fhirw.gsf)    ;
  262. /Calligraphic-Katakana        (fkarw.gsf)    ;
  263.  
  264. %
  265. % Public-domain fonts.  These have no copyright, and are of unknown quality.
  266.  
  267. % Cyrillic fonts.  The character names are inappropriate,
  268. % and the encoding is probably not related to any known standard.
  269.  
  270. /Shareware-Cyrillic-Regular    (fcyr.gsf)    ;
  271. /Shareware-Cyrillic-Italic    (fcyri.gsf)    ;
  272. % Aliases
  273. /Cyrillic            /Cyrillic-Regular    ;
  274. /Cyrillic-Regular        /Shareware-Cyrillic-Regular    ;
  275. /Cyrillic-Italic        /Shareware-Cyrillic-Italic    ;
  276.  
  277. %
  278. % Fonts converted from Hershey outlines.  These are constructed and
  279. % maintained manually.  These are also in the public domain.
  280. %
  281. % The suggested UniqueID's and filenames are constructed differently for
  282. % these than for the ones above, because of the strange way that the Hershey
  283. % fonts were constructed.  The scheme for these looks like:
  284. %
  285. % 42TTXY0
  286. %
  287. % TT = typeface, X = ``class'', Y = variation
  288. %
  289. % The typeface names and numbers are listed in fonts.mak.
  290. %
  291. % class:
  292. % 0 = normal            = r
  293. % 1 = simplex            = s
  294. % 2 = complex            = c
  295. % 3 = triplex            = t
  296. % 4 = duplex            = d
  297. %
  298. % variation:
  299. % 0 = normal            (omitted)
  300. % 1 = oblique            = o
  301. % 2 = italic            = i
  302. % 3 = bold            = b
  303. % 4 = bold oblique        = bo
  304. % 5 = bold italic        = bi
  305. %
  306.  
  307. % Fonts created by Thomas Wolff <wolff@inf.fu-berlin.de>, by adding
  308. % accents, accented characters, and various other non-alphabetics
  309. % to the original Hershey fonts.  These are "freeware", not to be sold.
  310.  
  311. /Hershey-Gothic-English        (hrger.pfa)    ;    % 5066533
  312. /Hershey-Gothic-German        (hrgrr.pfa)    ;
  313. /Hershey-Gothic-Italian        (hritr.pfa)    ; 
  314.  
  315. /Hershey-Plain-Duplex        (hrpld.pfa)    ;
  316. /Hershey-Plain-Duplex-Italic    (hrpldi.pfa)    ;
  317. /Hershey-Plain-Triplex        (hrplt.pfa)    ;
  318. /Hershey-Plain-Triplex-Italic    (hrplti.pfa)    ;
  319.  
  320. /Hershey-Script-Complex        (hrscc.pfa)    ;
  321. /Hershey-Script-Simplex        (hrscs.pfa)    ;    % 5066541
  322.  
  323. % Fonts created algorithmically from the above.
  324.  
  325. /Hershey-Gothic-English-Bold        (hrgerb.gsf)    ;    % 5066542
  326. /Hershey-Gothic-English-Oblique        (hrgero.gsf)    ;
  327. /Hershey-Gothic-English-SemiBold    (hrgerd.gsf)    ;
  328. /Hershey-Gothic-German-Bold        (hrgrrb.gsf)    ;
  329. /Hershey-Gothic-German-Oblique        (hrgrro.gsf)    ;
  330. /Hershey-Gothic-Italian-Bold        (hritrb.gsf)    ;
  331. /Hershey-Gothic-Italian-Oblique        (hritro.gsf)    ;
  332.  
  333. /Hershey-Plain-Duplex-Bold        (hrpldb.gsf)    ;
  334. /Hershey-Plain-Duplex-Bold-Italic    (hrpldbi.gsf)    ;
  335. /Hershey-Plain-Triplex-Bold        (hrpltb.gsf)    ;
  336. /Hershey-Plain-Triplex-Bold-Italic    (hrpltbi.gsf)    ;
  337.  
  338. /Hershey-Script-Complex-Bold        (hrsccb.gsf)    ;
  339. /Hershey-Script-Complex-Oblique        (hrscco.gsf)    ;
  340. /Hershey-Script-Simplex-Bold        (hrscsb.gsf)    ;
  341. /Hershey-Script-Simplex-Oblique        (hrscso.gsf)    ;    % 5066556
  342.  
  343. % Fonts consisting only of characters from the original Hershey
  344. % distribution.  These are Type 3 fonts.
  345.  
  346. /Hershey-Greek-Complex            (hrgkc.gsf)    ;    % 5066557
  347. /Hershey-Greek-Simplex            (hrgks.gsf)    ;
  348.  
  349. /Hershey-Plain                (hrplr.gsf)    ;
  350. /Hershey-Plain-Simplex            (hrpls.gsf)    ;    % 5066560
  351.  
  352. % Fonts created algorithmically from the above.
  353.  
  354. /Hershey-Plain-Bold            (hrplrb.gsf)    ;    % 5066561
  355. /Hershey-Plain-Bold-Oblique        (hrplrbo.gsf)    ;
  356. /Hershey-Plain-Oblique            (hrplro.gsf)    ;
  357. /Hershey-Plain-Simplex-Bold        (hrplsb.gsf)    ;
  358. /Hershey-Plain-Simplex-Bold-Oblique    (hrplsbo.gsf)    ;
  359. /Hershey-Plain-Simplex-Oblique        (hrplso.gsf)    ;    % 5066566
  360.  
  361. % This font, and only this font among the Hershey fonts, uses
  362. % the SymbolEncoding.
  363.  
  364. /Hershey-Symbol                (hrsyr.gsf)    ;    % 5066567
  365.